home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / tools / czesc_1 / cpdist / distfile < prev    next >
Text File  |  1994-01-12  |  2KB  |  57 lines

  1. /*
  2.  *  DISTFILE
  3.  */
  4.  
  5. /*
  6.  * (c)Copyright 1992-93 by Tobias Ferber.
  7.  *
  8.  * This file is part of CPDIST.
  9.  *
  10.  * CPDIST is free software; you can redistribute it and/or modify
  11.  * it under the terms of the GNU General Public License as published
  12.  * by the Free Software Foundation; either version 1 of the License,
  13.  * or (at your option) any later version.
  14.  *
  15.  * CPDIST is distributed in the hope that it will be useful,
  16.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  18.  * GNU General Public License for more details.
  19.  *
  20.  * You should have received a copy of the GNU General Public License
  21.  * along with CPDIST; see the file COPYING.  If not, write to
  22.  * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  23.  */
  24.  
  25. Distfile        // this file
  26. cpdist.doc      // a tiny docfile
  27. COPYING         // The GNU GENERAL PUBLIC LICENSE
  28. TODO            // ideas and duties
  29.  
  30. /* makefiles */
  31.  
  32. DMakefile       // Makefile for Dillon's nice DICE (Amiga)
  33.                 // named MAKEFILE.DCC in distributions for MS-DOS systems
  34. Makefile        // for the UNIX/Linux version of the GNU C/C++ compiler
  35. Makefile.A      // for AMIGA implementations of GCC
  36. MAKEFILE.DJ     // for the MS-DOS 386/G++ Compiler (DJGPP version 1.02)
  37. MAKEFILE.TC     // for Turbo C Version 1.0+ (MS-DOS)
  38.  
  39. /* sources */
  40.  
  41. cpdist.h        // declarations, prototypes and defines
  42. version.h       // version definition
  43.  
  44. main.c          // the main program
  45. args.c          // a function to convert args
  46. msg.c           // functions to print messages
  47. keys.c          // add, find and remove keys
  48. cpdist.c        // the cpdist routines
  49.  
  50. getkey.h      getkey.c     // read a keyboard event (from the console)
  51. filecopy.h    filecopy.c   // functions to copy a file
  52.  
  53. /* missing */
  54.  
  55. MKLNK.C         // a command to generate so called ´response files' for
  56.                 // the Turbo C linker on MS-DOS machines
  57.